home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Doom 1
/
Mega Doom 1.iso
/
niveaus
/
princtn1
/
restore.bat
< prev
next >
Wrap
DOS Batch File
|
1994-05-12
|
204b
|
10 lines
@echo off
echo Restoring original sound files:
dmaud 4 -s orig4.raw
dmaud 10 -s orig10.raw
dmaud 19 -s orig19.raw
dmaud 24 -s orig24.raw
dmaud 33 -s orig33.raw
dmaud 36 -s orig36.raw
echo Done.